home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / misc / hyplus.zip / LINK61 < prev    next >
Text File  |  1990-04-19  |  1KB  |  23 lines

  1. DOS calls and EMS/RAM disk, etc.
  2.  
  3.         Your <CONFIG.HP> file contains this entry ... OVERLAY PRAMETER
  4.  
  5.         With the file OVERLAY.COM in the Hyplus directory or at least
  6.         in a directory named by your AUTOEXEC.BAT path statement, the
  7.         following entries after Overlay Parameter are possible:
  8.  
  9.           (blank)   DOS, <DOS PONG>, and EDITOR calls work with Hyplus
  10.                     remaining in memory.
  11.  
  12.           -e        DOS, <DOS PONG>, and EDITOR calls core-dump Hyplus
  13.                     to EMS memory, freeing all but 7.5k of memory for
  14.                     use by other programs.  Upon exit from the called
  15.                     application, Hyplus instantly reloads itself.
  16.  
  17.           -dPATH    Same as -e excepts call core-dumps Hyplus to a
  18.                     named directory (RAM, hard, or floppy disk).
  19.  
  20.         Special notes: All my programs (MAX, HOU, TR, etc) use OVERLAY.COM
  21.         meaning all can shell out to DOS or each other.  In addition, my
  22.         core-dump operations are re-entrant meaning it supports chains of
  23.         calls between programs and DOS, with full backstep capability.